home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks96 / BootingGallery.sit / Booting Gallery / Booting Gallery (source) / Sources / Sprite Sources / GWorldUtils.h < prev    next >
C/C++ Source or Header  |  1996-06-22  |  236b  |  8 lines

  1. #pragma once
  2. #include <QDOffscreen.h>
  3.  
  4.  
  5. OSErr    NewLockedGWorld(GWorldPtr* gWorld,short pixDepth,Rect* bounds,CTabHandle ctTable,GDHandle device,long flags);
  6. OSErr    NewCIconGWorld(short inCIconID,GWorldPtr* outGWorld,RgnHandle* outMask);
  7.  
  8.